home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
main.dxr
/
00045.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
316 b
|
22 lines
on mouseEnter
cursor([121, 122])
repeat with aa = 48 to 126
set the locH of sprite 42 to aa
end repeat
sprite(43).visible = 1
end
on mouseLeave
cursor(-1)
sprite(43).visible = 0
repeat with aa = 126 down to 48
set the locH of sprite 42 to aa
end repeat
end
on mouseDown
end
on mouseUp
end